home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / OUI / include / rcs / filesel_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-08  |  705 b   |  49 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     dlorre:1.1; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.1
  10. date    96.08.22.02.05.49;    author dlorre;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @Oui.lib -- Object User Interface
  17. Projet créé en 1994
  18. Auteur: Dominique Lorre
  19. @
  20.  
  21.  
  22. 1.1
  23. log
  24. @Initial revision
  25. @
  26. text
  27. @/* module filesel.o */
  28.  
  29. #if !defined( INTUITION_INTUITION_H )
  30. struct IntuiMessage ;
  31. #endif
  32.  
  33. #if !defined( DEVICES_KEYMAP_H )
  34. struct KeyMap ;
  35. #endif
  36.  
  37. #if !defined( CLASS_SCREEN_H )
  38. class screen ;
  39. #endif
  40.  
  41. extern BOOL getfile(screen *screen,  STRPTR s, STRPTR title,  STRPTR drawer,
  42.     STRPTR comment) ;
  43.  
  44. extern LONG DeadKeyConvert(IntuiMessage *msg, UBYTE *kbuffer, LONG kbsize,
  45.     KeyMap *kmap) ;
  46.  
  47. extern BOOL getPath(STRPTR , STRPTR );
  48. @
  49.